ComponentOne Xamarin Edition
Insert(Int32,T) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridRowColCollection<T> Class > Insert Method : Insert(Int32,T) Method
The zero-based index at which item should be inserted.
The object to insert into the IList.
Inserts an item to the IList at the specified index.
Syntax
public void Insert( 
   int index,
   T item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert into the IList.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members
Overload List